net/http.http2randomWriteScheduler.sq (field)

8 uses

	net/http (current package)
		h2_bundle.go#L11321: 	return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
		h2_bundle.go#L11331: 	sq map[uint32]*http2writeQueue
		h2_bundle.go#L11342: 	q, ok := ws.sq[streamID]
		h2_bundle.go#L11346: 	delete(ws.sq, streamID)
		h2_bundle.go#L11360: 	q, ok := ws.sq[id]
		h2_bundle.go#L11363: 		ws.sq[id] = q
		h2_bundle.go#L11374: 	for streamID, q := range ws.sq {
		h2_bundle.go#L11377: 				delete(ws.sq, streamID)